Android
WalletKit on Android
jitpack.io
root/build.gradle.kts
allprojects { repositories { mavenCentral() maven { url "https://jitpack.io" } } }
app/build.gradle.kts
implementation(platform("com.reown:android-bom:release_version")) implementation("com.reown:android-core") implementation("com.reown:notify")
Was this page helpful?